@charset "utf-8";

.headerT{
    position: fixed;
    width: 100%;
    max-width: 1980px;
    margin: auto;
    height: 92px;
    background: #0b295f;
    z-index: 888;
}

.headerTmin{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.headerL a{
    display: inline-block;
    width: 198px;
}

.headerC {
    display: flex;
    height: 92px;
    line-height: 92px;
}
.headerC a{
    display: inline-block;
    margin: 0px 18px;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.headerC a ul{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 100%);
    display: none;
    line-height: 1;
}
.headerC a ul li{
    display: inline-block;
    width: 170px;
    background: #fff;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #e4e4e4;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.headerC a ul li:hover{
    color: #ff961c!important;
}
.headerC a:hover .TopLa{
    display: block;
}



.HeaA{
    position: relative;
    color: #ff961c!important;
}
.HeaA::before{
    content: "";
    display: inline-block;
    width: 64px;
    height: 3px;
    background: #ff961c;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -32px;
}

.headerR span{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.headerR span::before{
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/pc_tel.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 14px;
}